From f48b30c13a9a25c4b2685eba28c43bf25105674a Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Fri, 2 Nov 2012 19:16:46 +0100 Subject: [PATCH] reftests: Make label-sizing tests use better CSS ow that labels can have backgrounds, just use label backgrounds --- tests/reftests/label-sizing.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/reftests/label-sizing.css b/tests/reftests/label-sizing.css index d84c0e3a7d..0d356b6819 100644 --- a/tests/reftests/label-sizing.css +++ b/tests/reftests/label-sizing.css @@ -3,6 +3,6 @@ padding: 0; } -GtkPaned GtkEventBox { +GtkPaned GtkLabel { background-color: pink } -- 2.30.2